home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ubuntu-docs.prerm < prev    next >
Text File  |  2009-10-18  |  185b  |  13 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4.  
  5.  
  6. case "$1" in
  7.   remove|deconfigure|failed-upgrade)
  8.     update-alternatives --remove firefox-homepage \
  9.     /usr/share/ubuntu-artwork/home/firefox-index.html
  10.  
  11.   ;;
  12. esac
  13.